home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Grafika i zdjecia / Edytory grafiki rastrowej i wektorowej / Inscape 0.44.1 / Inkscape-0.44.1-1.win32.exe / share / extensions / whirl.inx < prev    next >
Text File  |  2006-09-06  |  904b  |  20 lines

  1. <inkscape-extension>
  2.     <_name>Whirl</_name>
  3.     <id>org.ekips.filter.whirl</id>
  4.     <dependency type="executable" location="extensions">whirl.py</dependency>
  5.     <dependency type="executable" location="extensions">inkex.py</dependency>
  6.     <param name="centerx" type="float" min="0.0" max="10000.0" _gui-text="Center X">0.0</param>
  7.     <param name="centery" type="float" min="0.0" max="10000.0" _gui-text="Center Y">0.0</param>
  8.     <param name="whirl" type="float" min="0.00" max="1000.00" _gui-text="Amount of whirl">5.0</param>
  9.     <param name="rotation" type="boolean" _gui-text="Rotation is clockwise">true</param>
  10.     <effect>
  11.         <object-type>path</object-type>
  12.                 <effects-menu>
  13.                     <submenu _name="Modify Path"/>
  14.                 </effects-menu>
  15.     </effect>
  16.     <script>
  17.         <command reldir="extensions" interpreter="python">whirl.py</command>
  18.     </script>
  19. </inkscape-extension>
  20.